I have a form that has a rich text field where a client can paste an image.
I want this image to display in a column of a web view, but because it's not an attachment (just a pasted image), I can refer to it using
http://website.com/view/unid/$file/image.jpg?...
Does anyone know if it is possible for a URL to refer to an image on a document that's not an attachment?
Any help would be greaty appreciated.
Luke